//==============================================================================
// Hero Greek_Anim.txt
//==============================================================================


//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}
//==============================================================================
define heroglow2
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}
//==============================================================================
define HShield
{
		set hotspot
		{
			version
			{
					visual Attachments G Shield Large Iron
					ReplaceTexture Attachments G Shield Copper/Attachments G Shield Iron
			}
		}
}

//==============================================================================
define GreekSword
{
		set hotspot
		{
			version
			{
			         Visual Attachments G Sword Iron
                                 replacetexture Cavalry N Raiding Cavalry Head Copper/Cavalry N Beta Raiding Cavalry Head Iron
			}
		}
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual hero G achilles_BoredA
replacetexture hero g achilles/hero g misenus map
				connect LeftForearm Hshield hotspot
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		set hotspot
		{
			version
			{  
				Visual hero G achilles_Walka
replacetexture hero g achilles/hero g misenus map
	//-- auto generated by the bang animation tool
	//-- do not hand edit these values
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.65 true   
					tag FootstepRight 0.55 true   
	//-- end auto generated section
				connect LeftForearm Hshield hotspot
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
			}
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual hero G achilles_DeathA
replacetexture hero g achilles/hero g misenus map
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.60 false HeavyFall checkVisible 
//-- end auto generated section
				connect LeftForearm Hshield hotspot
			connect RightHand GreekSword hotspot
Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual hero G achilles_IdleA
replacetexture hero g achilles/hero g misenus map
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
				connect LeftForearm Hshield hotspot
			}
		}
	}
}

//==============================================================================
anim Build
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual hero G achilles_IdleA
replacetexture hero g achilles/hero g misenus map
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
				connect LeftForearm Hshield hotspot
         }
      }
   }
}


//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual hero G achilles_AttackA
replacetexture hero g achilles/hero g misenus map
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.47 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
				connect RightHand GreekSword hotspot
				connect LeftForearm Hshield hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual hero G achilles_FlailA
replacetexture hero g achilles/hero g misenus map
				connect LeftForearm Hshield hotspot
			connect RightHand GreekSword hotspot
			Connect FRONTABDOMEN heroglow hotspot

         }
      }
   }
}
